Skip to content

Update all non-major dependencies#11

Merged
beeequeue merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 1, 2025
Merged

Update all non-major dependencies#11
beeequeue merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide 1.2.25 -> 1.2.27 age adoption passing confidence
@iconify-json/simple-icons 1.2.22 -> 1.2.26 age adoption passing confidence
@melt-ui/svelte 0.86.2 -> 0.86.3 age adoption passing confidence
@unocss/preset-icons (source) 65.4.3 -> 65.5.0 age adoption passing confidence
@unocss/preset-uno (source) 65.4.3 -> 65.5.0 age adoption passing confidence
@unocss/preset-web-fonts (source) 65.4.3 -> 65.5.0 age adoption passing confidence
@unocss/reset (source) 65.4.3 -> 65.5.0 age adoption passing confidence
@unocss/transformer-directives (source) 65.4.3 -> 65.5.0 age adoption passing confidence
@unocss/vite (source) 65.4.3 -> 65.5.0 age adoption passing confidence
meilisearch 0.48.2 -> 0.49.0 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.2 age adoption passing confidence
svelte (source) 5.19.6 -> 5.20.5 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence
vite (source) 6.0.11 -> 6.2.0 age adoption passing confidence

Release Notes

melt-ui/melt-ui (@​melt-ui/svelte)

v0.86.3

Compare Source

Patch Changes
  • fix webkit noop undefined runtime error by changing import order of helpers (#​1294)
unocss/unocss (@​unocss/preset-icons)

v65.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
meilisearch/meilisearch-js (meilisearch)

v0.49.0: 🕊️

Compare Source

This version introduces features released on Meilisearch v1.13.0 🎉

✨ New
🐛 Bug Fixes
⚙️ Maintenance/misc

Thanks again to @​flevi29 and @​Strift! 🎉

prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

sveltejs/svelte (svelte)

v5.20.5

Compare Source

Patch Changes
  • fix: allow double hyphen css selector names (#​15384)

  • fix: class:directive not working with $restProps #​15386 (#​15389)
    fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#​15369)

  • fix: allow for duplicate var declarations (#​15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#​15396)

v5.20.4

Compare Source

Patch Changes
  • fix: update types and inline docs for flushSync (#​15348)

v5.20.3

Compare Source

Patch Changes
  • fix: allow @const inside #key (#​15377)

  • fix: remove unnecessary ?? '' on some expressions (#​15287)

  • fix: correctly override class attributes with class directives (#​15352)

v5.20.2

Compare Source

Patch Changes
  • chore: remove unused options.uid in render (#​15302)

  • fix: do not warn for binding_property_non_reactive if binding is a store in an each (#​15318)

  • fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#​15283)

  • fix: muted reactive without bind and select/autofocus attributes working with function calls (#​15326)

  • fix: ensure input elements and elements with dir attribute are marked as non-static (#​15259)

  • fix: fire delegated events on target even it was disabled in the meantime (#​15319)

v5.20.1

Compare Source

Patch Changes
  • fix: ensure AST analysis on svelte.js modules succeeds (#​15297)

  • fix: ignore typescript abstract methods (#​15267)

  • fix: correctly ssr component in svelte:head with $props.id() or css='injected' (#​15291)

v5.20.0

Compare Source

Minor Changes
  • feat: SSR-safe ID generation with $props.id() (#​15185)
Patch Changes
  • fix: take private and public into account for constant_assignment of derived state (#​15276)

  • fix: value/checked not correctly set using spread (#​15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#​15275)

  • fix: use importNode to clone templates for Firefox (#​15272)

  • fix: recurse into $derived for ownership validation (#​15166)

v5.19.10

Compare Source

Patch Changes
  • fix: when re-connecting unowned deriveds, remove their unowned flag (#​15255)

  • fix: allow mutation of private derived state (#​15228)

v5.19.9

Compare Source

Patch Changes
  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#​15232)

  • fix: hydrate href that is part of spread attributes (#​15226)

v5.19.8

Compare Source

Patch Changes
  • fix: properly set value property of custom elements (#​15206)

  • fix: ensure custom element updates don't run in hydration mode (#​15217)

  • fix: ensure tracking returns true, even if in unowned (#​15214)

v5.19.7

Compare Source

Patch Changes
  • chore: remove unused code from signal logic (#​15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#​15165)

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

vitejs/vite (vite)

v6.2.0

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
Fixes
Chore
Beta Changelogs
6.1.0-beta.2 (2025-02-04)

See 6.1.0-beta.2 changelog

6.1.0-beta.1 (2025-02-04)

See 6.1.0-beta.1 changelog

6.1.0-beta.0 (2025-01-24)

See 6.1.0-beta.0 changelog


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9733e4 to 76c3f1e Compare March 1, 2025 05:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 76c3f1e to 862f530 Compare March 1, 2025 05:42
@beeequeue beeequeue merged commit a11c54a into main Mar 1, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 1, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant